BEGIN Object     
    Name                 Toothbrushes
	Price				-1 
    Width                1  
    Height               1
    Toughness            1.0000  
    MaxStackSize         300
    RenderDepth          1
    BEGIN Sprite
		x 10
		y 2  
		w 2 
		h 2 
		RotateType 4 
	END
	BEGIN StackSprite
		x 4  
		y 2
		w 2 
		h 2 
		RotateType 4 
	END
	Properties           Material
	Properties           SlowDelivery
END

BEGIN Object
	Name				ToothbrushesBox
	Width				1
	Height				1 
	Toughness			1.0000
	MaxStackSize 		3  
	Price				-72 
	RenderDepth			1 
	Properties			Sellable
	Properties			Material
	BEGIN Sprite
		x 10
		y 0
		w 2 
		h 2 
		RotateType 4
	END
	BEGIN StackSprite
		x 4   
		y 0 
		w 2 
		h 2 
		RotateType 4 
	END
END

BEGIN Equipment  
    Name                 Toothbrush  
    BEGIN Sprite
		x 6
		y 2  
		w 2 
		h 2 
		RotateType 4 
	END
    AttackPower          1.25000  
    RechargeTime         1.50000  
    Scale                0.900000
    Properties           Weapons
    Properties           NoImport
END


BEGIN Room
	Name				SortingRoom
	Properties			PrisonersCanWork
    WorkGroup           LibraryMailRoom
	BEGIN Requirement Type Indoor END
	BEGIN Requirement Type Object  Id SortingTable END
	BEGIN Requirement Type Object  Id Table END	
    BEGIN Contraband    Id      Toothbrush            END
    Research             DentalContract
    AutoOrder           Toothbrushes
    AutoOrderQuantity   3000
END	